home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Graphics / irit70PPC / readme.powerup < prev   
Encoding:
Text File  |  1998-02-20  |  1.4 KB  |  47 lines

  1.  
  2.  How to install and run the powerUP (TM) port of IRIT
  3.  ----------------------------------------------------
  4.  
  5.  First, you have to setup the generic IRIT environment.
  6.  For that, install all the irit70#? archives from
  7.  Aminet:gfx/3d *except* the one for PPC.
  8.  
  9.  Then grab the PPC archive and:
  10.  
  11.    1. Set the env variable IRIT_PATH to "bin" directory
  12.    2. Copy ELF modules over the regular directory,
  13.       i.e. copy the "bin" dir of the PPC archive over
  14.       the "bin" dir with the 68k programs.
  15.       (Copy all or only the ones you'd like to have
  16.        installed, i.e. if the 68k version of 'xy' runs
  17.        more stable, then don't replace it with the
  18.        ELF version.)
  19.    3. Add "e" protection bit to all files in bin,
  20.       since otherwise you won't be able to run them
  21.       (go into the "bin" dir, then type "Protect #? +e")
  22.    4. Run ppc.library's LoadSeg patch
  23.    5. Start using IRIT for powerUP (TM), e.g. as below
  24.  
  25.  Then try one of the programs, for example:
  26.  
  27.   IRENDER
  28.   -------
  29.    1. runelf bin/irender -i ppm irender/marbglas.dat >T:ppm.pic
  30.    2. Try displaying the ppm.pic with an image viewer
  31.  
  32.  
  33.   AMIDRVS
  34.   -------
  35.    1. Start a screen promotion program - if not already running
  36.       (this is because the cybergfx screenmode requester code
  37.        had to be disabled in "amidrvs", so you have to promote
  38.        the screen manually)
  39.    2. Start "amidrvs" with a given data file, e.g.
  40.  
  41.         runelf bin/amidrvs data/sphere16.dat
  42.  
  43.  
  44.  --
  45.  ARK, 20/Feb/98
  46.  
  47.